Gets the cached items in the specified range.
シンタックス
'宣言
Public Function GetCachedItems( _
Optional ByVal As System.Nullable(Of Integer), _
Optional ByVal As System.Nullable(Of Integer) _
) As System.Collections.Generic.IEnumerable(Of ILoadedItem(Of T))
public System.Collections.Generic.IEnumerable<ILoadedItem<T>> GetCachedItems(
System.Nullable<int> ,
System.Nullable<int>
)
パラメータ
- fromIndex
- From index.
- toIndex
- To index.
参照